home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000093_news@newsmaster….columbia.edu _Wed Jan 14 18:16:14 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA15615
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Jan 1998 18:16:13 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA13536
  7.     for kermit.misc@watsun; Wed, 14 Jan 1998 18:16:13 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help with Kermit and Wildcat BBS on an NT Server
  12. Date: 14 Jan 1998 23:16:12 GMT
  13. Organization: Columbia University
  14. Lines: 29
  15. Message-ID: <69jgvs$4io$1@apakabar.cc.columbia.edu>
  16. References: <34BD3A49.7DF0@fastlane.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8266
  19.  
  20. In article <34BD3A49.7DF0@fastlane.net>,
  21. Rick Gorton  <gortonr@fastlane.net> wrote:
  22. : I am trying to send a file from a SCO box using C-Kermit, to a Wildcat
  23. : BBS on an NT Server. I am using the Kermit that is a part of the Wildcat
  24. : BBS.
  25. :
  26. Which doesn't work.
  27.  
  28. : The files are transfering just fine, but I am getting a renaming of
  29. : the files when they go to the BBS. The file names are numeric (such as
  30. : 9999.dat). When they get to the BBS Server they are renamed to ~$9.dat.
  31. :
  32. This is the least of your problems.  The BBS Kermit implementation also
  33. corrupts the file contents.
  34.  
  35. : I have set file names literal, and it still does it. Just for the heck
  36. : of it, I told kermit to name the file rick.dat on the BBS side and it
  37. : worked just fine. It appears to not like the numbers. If anyone can give
  38. : me a hint, it would be greatly appreciated.
  39. Install MS-DOS Kermit as the Kermit protocol on the BBS, replacing the
  40. built-in Wildcat one.  For details see:
  41.  
  42.   http://www.columbia.edu/kermit/newsn6.html#bbs
  43.  
  44. I assume you're running DOS-based BBS software (even though it is NT), so
  45. this should work.
  46.  
  47. - Frank